home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMCUR / TFORMCUR.txt
Encoding:
Text File  |  2002-10-07  |  1.8 KB  |  108 lines

  1. object FormCur: TFormCur
  2.   Left = 215
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'Cursor'
  6.   ClientHeight = 169
  7.   ClientWidth = 209
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 193
  20.     Height = 117
  21.     Shape = bsFrame
  22.   end
  23.   object LabelX: TLabel
  24.     Left = 24
  25.     Top = 28
  26.     Width = 57
  27.     Height = 12
  28.     Caption = 'Hot spot X:'
  29.   end
  30.   object LabelY: TLabel
  31.     Left = 24
  32.     Top = 60
  33.     Width = 57
  34.     Height = 12
  35.     Caption = 'Hot spot Y:'
  36.   end
  37.   object Button1: TButton
  38.     Left = 40
  39.     Top = 131
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 5
  46.   end
  47.   object btnCancel: TButton
  48.     Left = 121
  49.     Top = 131
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 6
  56.   end
  57.   object CheckAlpha: TCheckBox
  58.     Left = 24
  59.     Top = 92
  60.     Width = 149
  61.     Height = 17
  62.     Caption = 'With alpha channel'
  63.     Checked = True
  64.     State = cbChecked
  65.     TabOrder = 4
  66.   end
  67.   object Edit1: TEdit
  68.     Left = 116
  69.     Top = 24
  70.     Width = 53
  71.     Height = 20
  72.     TabOrder = 0
  73.     Text = '0'
  74.   end
  75.   object UpDownX: TUpDown
  76.     Left = 169
  77.     Top = 24
  78.     Width = 15
  79.     Height = 20
  80.     Associate = Edit1
  81.     Min = 0
  82.     Position = 0
  83.     TabOrder = 1
  84.     Thousands = False
  85.     Wrap = False
  86.   end
  87.   object Edit2: TEdit
  88.     Left = 116
  89.     Top = 56
  90.     Width = 53
  91.     Height = 20
  92.     TabOrder = 2
  93.     Text = '0'
  94.   end
  95.   object UpDownY: TUpDown
  96.     Left = 169
  97.     Top = 56
  98.     Width = 15
  99.     Height = 20
  100.     Associate = Edit2
  101.     Min = 0
  102.     Position = 0
  103.     TabOrder = 3
  104.     Thousands = False
  105.     Wrap = False
  106.   end
  107. end
  108.